How to use Select projection in LINQ and also define an example?
How to use Select projection in LINQ?
316
24-Sep-2021
Ravi Vishwakarma
26-Sep-2021In LINQ Select projection operator is used for selecting data from collection or SQL Database. The select operator is the same as the SQL select clause operator.
Syntax in C#
Example.
Output